pause time meaning in English
间歇时间
Examples
- To reduce pause times
以减少暂停时间。 - By understanding pause times , we can begin to understand if gc is partially or wholly responsible for an application becoming unresponsive
理解了暂停时间,我们就可以理解gc对应用程序不响应是否负有部分或者全部责任了。 - Two of the new collectors are designed to reduce collection pause time - the parallel copying collector and the concurrent mark - sweep collector
新收集器中的两个并行复制收集器和并发标记-清除收集器设计为减少收集暂停时间。 - In many server applications , it comes down to reducing pause times , which entails reducing the duration and number of full collections that occur
在许多服务器应用程序中,它归结为缩短暂停时间,这又归结为减少所发生的完全收集的持续时间和次数。 - If your application is single - threaded and involves heavy user interaction , leave concurrent garbage collection enabled to minimize the application s pause time to perform garbage collection
如果您的应用程序是单线程应用程序且涉及频繁的用户交互,请启用并发垃圾回收,这样可最大程度地减少因执行垃圾回收而需暂停应用程序的时间。